Keysight VISA.NET Help
Scanf<T>(String,T) Method



The format string.
The first parsed value.
Read and parse formatted data from the formatted I/O read buffer.
Syntax
'Declaration
 
Overloads Sub Scanf(Of T)( _
   ByVal format As String, _
   ByRef output As T _
) 
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim format As String
Dim output As T
 
instance.Scanf(Of T)(format, output)
void Scanf<T>( 
   string format,
   out T output
)
void Scanfgeneric<typename T>
( 
   String^ format,
   [Out] T^ output
) 

Parameters

format
The format string.
output
The first parsed value.

Type Parameters

T
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025